diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-23 22:01:03 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-23 22:01:03 +0900 |
| commit | faec593ed0e095dc4f589373586e46a345d75031 (patch) | |
| tree | 9fc6c6f6a516f50d329506454646d1cc04ef0bfd /config/waybar/style/[Retro] Simple Style.css | |
| parent | 564dce03af3b8abee8ce9ff2abe5d98f5e1daf0d (diff) | |
Updated keybinds.conf (added some notes)
Updated Laptops.conf (additional notes)
updated Settings.conf (additional notes)
Updated and adjusted some waybar styles
Diffstat (limited to 'config/waybar/style/[Retro] Simple Style.css')
| -rw-r--r-- | config/waybar/style/[Retro] Simple Style.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/config/waybar/style/[Retro] Simple Style.css b/config/waybar/style/[Retro] Simple Style.css index 0d6a36fe..da5c5a22 100644 --- a/config/waybar/style/[Retro] Simple Style.css +++ b/config/waybar/style/[Retro] Simple Style.css @@ -24,17 +24,19 @@ window#waybar { transition-duration: 0.5s; } +#taskbar button, #workspaces button { - padding: 0 10px; color: @foreground; } +#taskbar button.active, #workspaces button.active { border-bottom: 1px solid @green; } +#taskbar button.urgent, #workspaces button.urgent { - border-bottom: 2px solid @yellow; + border-bottom: 2px solid @red; } #submap { @@ -87,10 +89,7 @@ window#waybar { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: @foreground; - padding-top: 3px; - padding-bottom: 3px; - padding-right: 6px; - padding-left: 6px; + padding: 5px 8px 5px 8px; } #battery.warning, |
